home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / unix / sysv / sco3.2.4 / system.c < prev   
C/C++ Source or Header  |  1994-05-16  |  337b  |  11 lines

  1. /* SCO has a bug where `waitpid' will never return if SIGCHLD is blocked.
  2.    They have acknowledged that this is a bug but I have not seen nor heard
  3.    of any forthcoming fix.  */
  4.  
  5. #define WAITPID_CANNOT_BLOCK_SIGCHLD
  6.  
  7. /* SCO 3.2v4 does have `waitpid'.
  8.    Avoid unix/system.c, which says we don't.  */
  9.  
  10. #include <sysdeps/posix/system.c>
  11.